home *** CD-ROM | disk | FTP | other *** search
- #ifndef _FTS_FTSGAIJI_H
- #define _FTS_FTSGAIJI_H
-
- #ifndef _SIFTS_H
- # include <sifts.h>
- #endif
-
- #define FTSGAIJI_HASH(_fts,_code) (((_code)*31) & ((_fts)->numtbl - 1))
-
- extern int FTS_gaijiSet( FTSDAT_T *ftsDat, int no, int xs, int ys, CONST void *ptn );
- extern FTSGAIJI_T *FTS_getGaiji( FTSDAT_T *ftsDat, int code );
-
- #endif
-